![]() |
MPDeleteTimer |
||||
Header: | Multiprocessing.h | Carbon status: | Supported | |
Removes a timer.
OSStatus MPDeleteTimer ( MPTimerID timerID );
The ID of the timer you want to remove.
A result code.
After deletion, the timer ID becomes invalid, and all internal resources associated with the timer are reclaimed.
Also see the function MPCreateTimer.
Introduced with Multiprocessing Services 2.0.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 7/13/2000)